home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1253 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: bristlecone.together.net!usenet
  2. From: sthomas@together.net (Steve Thomas)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEED HELP building a project file in MS VISUAL C++
  5. Date: Wed, 10 Jan 1996 06:43:13 GMT
  6. Organization: TGF Internet Services
  7. Message-ID: <4cvcjt$mas@bristlecone.together.net>
  8. References: <4cncvv$690@chaos.dac.neu.edu>
  9. NNTP-Posting-Host: vtr148.ramp.together.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. adevlin@lynx.neu.edu (Michael Devlin) wrote:
  13.  
  14. >I just started out programming, and after following the instructions in a 
  15. >book i got, I attempted to make the program written in the book..when i 
  16. >tried to build the MICROSOFT VISUAL C++ project file. I got the following 
  17. >error message:
  18.  
  19. >Compiling...
  20. >Internal make: fatal error U1081: program not found : 'cl'
  21. >HELLO.EXE - 1 error(s), 0 warning(s)
  22.  
  23.  
  24. >What did i do wrong? and how can i fix it?
  25.  
  26.  
  27. >any help would be appreciated!
  28.  
  29. >Thanks
  30. >adevlin@lynx.neu.edu
  31.  
  32. This is the error that occured:
  33.  
  34. NMAKE Fatal Error U1081
  35.  
  36. 'filename' : program not found
  37.  
  38. NMAKE could not find the given program in order to run it.
  39. Make sure that the program is in a directory specified in the PATH
  40. environment variable and is not 
  41. misspelled.
  42.  
  43.  
  44.  
  45.